This is the documentation for the Realbasic Plugins from Monkeybreadsoftware.de. You find these plugins and the newest version of this document at http://www.monkeybreadsoftware.de/realbasic inside the plugins section.
This help was last updated on Freitag, 6. September 2002 and covers 2136 items: 126 classes, 2 controls and 583 global functions.
The list of the themes | Global methods by category | Global methods by name | The list of the classes | The list of the controls |
class CFSet | ||||
class, CoreFoundation | So, 21. Jul 2002 | |||
Mac OS Classic: Does nothing. | Mac OS Carbon: Works. | Windows: Does nothing. | ||
Function:
A class for a core foundation set. | ||||
Notes:
Subclass of CFObject. If the release property is true, the destructor of this class will release the set reference. | ||||
clone as CFSet | ||||
method, CoreFoundation | So, 21. Jul 2002 | |||
Mac OS Classic: -> nil. | Mac OS Carbon: Works. | Windows: -> nil. | ||
Function:
Clones the set and all values. | ||||
ContainsValue(value as CFObject) as boolean | ||||
method, CoreFoundation | So, 21. Jul 2002 | |||
Mac OS Classic: -> false. | Mac OS Carbon: Works. | Windows: -> false. | ||
Function:
Does the set contain this value? | ||||
Count as integer | ||||
method, CoreFoundation | So, 21. Jul 2002 | |||
Mac OS Classic: -> 0. | Mac OS Carbon: Works. | Windows: -> 0. | ||
Function:
Counts all values. | ||||
CountValue(value as CFObject) as integer | ||||
method, CoreFoundation | So, 21. Jul 2002 | |||
Mac OS Classic: -> 0. | Mac OS Carbon: Works. | Windows: -> 0. | ||
Function:
Counts how often this value is inside the set. | ||||
edit as CFMutableSet | ||||
method, CoreFoundation | So, 21. Jul 2002 | |||
Mac OS Classic: -> nil. | Mac OS Carbon: Works. | Windows: -> nil. | ||
Function:
To edit a set, this method returns you a CFMutableSet. | ||||
list as CFSetList | ||||
method, CoreFoundation | So, 21. Jul 2002 | |||
Mac OS Classic: -> nil. | Mac OS Carbon: Works. | Windows: -> nil. | ||
Function:
Returns a list of all values. | ||||
Notes:
This list will be invalid whenever this set is destroyed. | ||||
Value(value as CFObject) as CFObject | ||||
method, CoreFoundation | So, 21. Jul 2002 | |||
Mac OS Classic: -> nil. | Mac OS Carbon: Works. | Windows: -> nil. | ||
Function:
If the value is found the value is returned. | ||||
Notes:
Returns nil if key is not found. |
Written 2002 by Christian Schmitz. Feel free to ask or report mistakes to realbasic@macsw.de.
Thanks.